Relationships and Foreign Key Attributes

A foreign key is the set of attributes that define the primary key in the parent entity. The set of attributes migrates through a relationship from the parent to the child entity. In a data model, a foreign key is designated by the symbol (FK) after the attribute name. Notice the (FK) next to �team id� in the following figure:

relationships from foreign key attributes